home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1998 April / MACPOWER-1998-04.ISO.7z / MACPOWER-1998-04.ISO / Shareware Paradise / Tabler.091.sit / Tabler 0.9.1 / source code / Tabler.h < prev    next >
Text File  |  1996-11-02  |  669b  |  25 lines

  1. /*
  2.  *--------------------------------------------------------------
  3.  * Tabler.h
  4.  *--------------------------------------------------------------
  5.  *    A common include header
  6.  *--------------------------------------------------------------
  7.  */
  8.  
  9. /* function prototypes in Tabler.App.c */
  10. OSErr OpenSourceDoc(const FSSpec*);
  11.  
  12. /* function prototypes in Tabler.AE.c */
  13. extern Boolean SetUpMyAppleEvent(void);
  14. extern void RemoveMyAppleEvent(void);
  15.  
  16. /* function prototypes in Convert.c */
  17. extern OSErr ConvertScrap(void);
  18. extern void PlayAClick(void);
  19.  
  20. /* common glue prototype for playing click sound */
  21. extern void SoundMyClick(void);
  22.  
  23. /* global flag */
  24. extern Boolean    gDone;
  25.